Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback slider show milliseconds. #8462

Merged
merged 3 commits into from
Mar 3, 2021

Conversation

aangerma
Copy link
Contributor

(DSO-12379)

common/model-views.cpp Outdated Show resolved Hide resolved
@@ -4407,12 +4407,14 @@ namespace rs2
duration -= mm;
auto ss = duration_cast<seconds>(duration);
duration -= ss;
auto ms = duration_cast<milliseconds>(duration);
duration -= ss;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-= ms??

@maloel maloel merged commit 087b29a into IntelRealSense:development Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants